From f342679457897397b23aa5bd7f21b9b303d1395c Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 1 Feb 2004 05:04:21 +0000 Subject: [PATCH] Reduce default (debugging) output to ASCII, not codepg 1252. --- waypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waypt.c b/waypt.c index 17e3cb301..4f5e66bc8 100644 --- a/waypt.c +++ b/waypt.c @@ -130,7 +130,7 @@ waypt_disp(const waypoint *wpt) printposn(wpt->latitude,1); printposn(wpt->longitude,0); - tmpdesc = str_utf8_to_cp1252( wpt->description); + tmpdesc = str_utf8_to_ascii( wpt->description); printf("%s/%s", global_opts.synthesize_shortnames ? mkshort(mkshort_handle, tmpdesc) : -- 2.30.2